[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 63  - Desqview/x - Socket API                                          [Q]


Notes: parameters are passed by patching!! data field immediately following
     the entry point, as detailed below; the preferred method for calling
     the socket API is via INT 15/AX=DE2Eh
   the installation check consists of testing for the string "dvxunix"
     (yes, lowercase) at offset 9 from the interrupt handler start

See Also: INT 15/AX=DE2Eh,INT BE"DESQview"
Index: installation check;DESQview/X socket interface

Format of interrupt handler entry:
Offset Size    Description
 00h  3 BYTEs  near jump or short jump + NOP to actual interrupt handler
 03h   WORD    offset from following pointer for initial top of local stack
 05h   DWORD   pointer to argument/stack block (see INT 15/AX=DE2Eh)
 09h  7 BYTEs  signature "dvxunix"

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson